home *** CD-ROM | disk | FTP | other *** search
- this._x -= _root.speedausgleich;
- if(_root.player.hitbox.hitTest(this.life) == true)
- {
- if(_root.player_life < 5)
- {
- _root.player_life += 1;
- _root.mc_life.gotoAndStop("l" + _root.player_life);
- }
- else
- {
- _root.score_txt += 200;
- }
- gotoAndStop("collected");
- play();
- }
-